PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPen Class / setLineJoin Method
the line join style.
In This Topic
    setLineJoin Method
    In This Topic
    Sets the line join style.
    Syntax
    public void setLineJoin( 
       PDFLineJoin lineJoin
    )

    Parameters

    lineJoin
    the line join style.
    Exceptions
    ExceptionDescription
    When lineJoin is set to PDFLineJoin.UNKNOWN
    See Also